home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / INFO / TUTORII.ZIP / CSHELL.DAT < prev    next >
Text File  |  1991-11-29  |  447b  |  16 lines

  1. Explanation of the SHELL command. It is 
  2. in the CONFIG.SYS
  3.  
  4. This command can only be used in your 
  5. CONFIG.SYS file. It will specify the 
  6. location and the name of the command
  7. interpreter you want to use.
  8.  
  9. Example: 
  10.        To have DOS use your own creation 
  11.        of a command interpreter with the 
  12.        name Commando.com you would
  13.        include this line in 
  14.        your CONFIG.SYS file:
  15.               shell=c:\dos\commando.com
  16.